introduce clang-tidy to CI and integrate with codacy (#1071)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 25 Aug 2023 17:13:17 +0000 (11:13 -0600)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 17:13:17 +0000 (11:13 -0600)
commit02b5eb180f93b8a7fd75e58198db1335b87bf31b
tree9e9600228637094c09390bac9ae71481beb33c84
parent4386f99626e02b89fecc30857aab38a6addd1230
introduce clang-tidy to CI and integrate with codacy (#1071)

* add codacy clang-tidy to workflows

* attempt to run clang-tidy on ci

* update jammy image.

get rid of ppa
add clang-tidy, jq.

* fixes.

* whittle down tidy checks.

* kick out another tidy warning
.github/workflows/codacy-analysis.yaml [new file with mode: 0644]
tools/Dockerfile_jammy
tools/ci_run_tidy.sh [new file with mode: 0755]